Html Css Color HEX #C23DB3 Fuchsia

📋 copy color: '#C23DB3'

red 194 ◦ green 61 ◦ blue 179

#C23DB3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C23DB3

Tints of Fuchsia #C23DB3

RGB

 RED value IS 194 (76.17% from 255) = 44.7%

 GREEN value IS 61 (24.22% from 255) = 14.06%

 BLUE value IS 179 (70.31% from 255) = 41.24%

R = 44.7%
G = 14.06%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C23DB3 (or 0xC23DB3) is known color: Fuchsia. HEX triplet: C2, 3D and B3. RGB value is (194,61,179). Sum of RGB (Red+Green+Blue) = 194+61+179=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DB3 is #3DC24C. Grayscale: #717171. Windows color (decimal): -4047437 or 11746754. OLE color: 11746754.

HSL color Cylindrical-coordinate representation of color #C23DB3: hue angle of 306.77º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23DB3 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 61 179 -
CMYK 0 0.69 0.08 0.24
HSL 306.77º 0.52% 0.5% -
HSV(B) 306.77º 0.69% 0.76% -
XYZ 32.05 18.06 44.44 -
YUV 114.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 194 61 179 0 0.69 0.08 0.24 306.77 0.52 0.5
Hex C2 3D B3 0 45 8 18 133 34 32
Octal 302 75 263 0 105 10 30 463 64 62
Binary 11000010 111101 10110011 0 1000101 1000 11000 100110011 110100 110010

Color Harmonies of #C23DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DB3

Black with #C23DB3

Text Example


Text Example

White with #C23DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DB3; }

 p { color: rgb(194,61,179); }

 H1.HeaderClassName
 {
   color: #C23DB3;
 }
 .AnyTagClassName
 {
   color: #C23DB3;
 }
</style>

background-color css

<style>
 a { background-color: #C23DB3; }

 a { background-color: rgb(194,61,179); }

 div.DivClassName
 {
   background-color: #C23DB3;
 }
 .BgClassName
 {
   background-color: #C23DB3;
 }
</style>

border-color css

<style>
 span { border-color: #C23DB3; }

 span { border-color: rgb(194,61,179); }

 td.TdClassName
 {
   border-color: #C23DB3;
 }
 .TagClassName
 {
   border-color: #C23DB3;
 }
</style>