Html Css Color HEX #C33CCE Fuchsia

📋 copy color: '#C33CCE'

red 195 ◦ green 60 ◦ blue 206

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

Shades of Fuchsia #C33CCE

Tints of Fuchsia #C33CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 42.3%
G = 13.02%
B = 44.69%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C33CCE (or 0xC33CCE) is known color: Fuchsia. HEX triplet: C3, 3C and CE. RGB value is (195,60,206). Sum of RGB (Red+Green+Blue) = 195+60+206=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #C33CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CCE is #3CC331. Grayscale: #747474. Windows color (decimal): -3982130 or 13515971. OLE color: 13515971.

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

Color convert

RGB 195 60 206 -
CMYK 0.05 0.71 0 0.19
HSL 295.48º 0.6% 0.52% -
HSV(B) 295.48º 0.71% 0.81% -
XYZ 35.26 19.29 60.26 -
YUV 117.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 195 60 206 0.05 0.71 0 0.19 295.48 0.6 0.52
Hex C3 3C CE 5 47 0 13 127 3C 34
Octal 303 74 316 5 107 0 23 447 74 64
Binary 11000011 111100 11001110 101 1000111 0 10011 100100111 111100 110100

Color Harmonies of #C33CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33CCE

Black with #C33CCE

Text Example


Text Example

White with #C33CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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