Html Css Color HEX #C23CCC Fuchsia

📋 copy color: '#C23CCC'

red 194 ◦ green 60 ◦ blue 204

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

Shades of Fuchsia #C23CCC

Tints of Fuchsia #C23CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.1%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 42.36%
G = 13.1%
B = 44.54%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C23CCC (or 0xC23CCC) is known color: Fuchsia. HEX triplet: C2, 3C and CC. RGB value is (194,60,204). Sum of RGB (Red+Green+Blue) = 194+60+204=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #C23CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CCC is #3DC333. Grayscale: #747474. Windows color (decimal): -4047668 or 13384898. OLE color: 13384898.

HSL color Cylindrical-coordinate representation of color #C23CCC: hue angle of 295.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23CCC is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 60 204 -
CMYK 0.05 0.71 0 0.2
HSL 295.83º 0.59% 0.52% -
HSV(B) 295.83º 0.71% 0.8% -
XYZ 34.76 19.06 58.97 -
YUV 116.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 194 60 204 0.05 0.71 0 0.2 295.83 0.59 0.52
Hex C2 3C CC 5 47 0 14 128 3B 34
Octal 302 74 314 5 107 0 24 450 73 64
Binary 11000010 111100 11001100 101 1000111 0 10100 100101000 111011 110100

Color Harmonies of #C23CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CCC

Black with #C23CCC

Text Example


Text Example

White with #C23CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CCC; }

 p { color: rgb(194,60,204); }

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

background-color css

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

 a { background-color: rgb(194,60,204); }

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

border-color css

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

 span { border-color: rgb(194,60,204); }

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