Html Css Color HEX #C33CCC Fuchsia

📋 copy color: '#C33CCC'

red 195 ◦ green 60 ◦ blue 204

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

Shades of Fuchsia #C33CCC

Tints of Fuchsia #C33CCC

RGB

 RED value IS 195 (76.56% from 255) = 42.48%

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

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

R = 42.48%
G = 13.07%
B = 44.44%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C33CCC (or 0xC33CCC) is known color: Fuchsia. HEX triplet: C3, 3C and CC. RGB value is (195,60,204). Sum of RGB (Red+Green+Blue) = 195+60+204=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #C33CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CCC is #3CC333. Grayscale: #747474. Windows color (decimal): -3982132 or 13384899. OLE color: 13384899.

HSL color Cylindrical-coordinate representation of color #C33CCC: hue angle of 296.25º 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 #C33CCC is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 60 204 -
CMYK 0.04 0.71 0 0.2
HSL 296.25º 0.59% 0.52% -
HSV(B) 296.25º 0.71% 0.8% -
XYZ 35.02 19.19 58.99 -
YUV 116.78 177.23 183.79 -
System Red Green Blue C M Y K H S L
Decimal 195 60 204 0.04 0.71 0 0.2 296.25 0.59 0.52
Hex C3 3C CC 4 47 0 14 128 3B 34
Octal 303 74 314 4 107 0 24 450 73 64
Binary 11000011 111100 11001100 100 1000111 0 10100 100101000 111011 110100

Color Harmonies of #C33CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33CCC

Black with #C33CCC

Text Example


Text Example

White with #C33CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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