Html Css Color HEX #C23DB6 Fuchsia

📋 copy color: '#C23DB6'

red 194 ◦ green 61 ◦ blue 182

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

Shades of Fuchsia #C23DB6

Tints of Fuchsia #C23DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.65%

R = 44.39%
G = 13.96%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C23DB6 (or 0xC23DB6) is known color: Fuchsia. HEX triplet: C2, 3D and B6. RGB value is (194,61,182). Sum of RGB (Red+Green+Blue) = 194+61+182=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DB6 is #3DC249. Grayscale: #727272. Windows color (decimal): -4047434 or 11943362. OLE color: 11943362.

HSL color Cylindrical-coordinate representation of color #C23DB6: hue angle of 305.41º 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 #C23DB6 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 61 182 -
CMYK 0 0.69 0.06 0.24
HSL 305.41º 0.52% 0.5% -
HSV(B) 305.41º 0.69% 0.76% -
XYZ 32.36 18.18 46.06 -
YUV 114.56 166.06 184.66 -
System Red Green Blue C M Y K H S L
Decimal 194 61 182 0 0.69 0.06 0.24 305.41 0.52 0.5
Hex C2 3D B6 0 45 6 18 131 34 32
Octal 302 75 266 0 105 6 30 461 64 62
Binary 11000010 111101 10110110 0 1000101 110 11000 100110001 110100 110010

Color Harmonies of #C23DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23DB6

Black with #C23DB6

Text Example


Text Example

White with #C23DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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