Html Css Color HEX #C33DCE Fuchsia

📋 copy color: '#C33DCE'

red 195 ◦ green 61 ◦ blue 206

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

Shades of Fuchsia #C33DCE

Tints of Fuchsia #C33DCE

RGB

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

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

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

R = 42.21%
G = 13.2%
B = 44.59%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C33DCE (or 0xC33DCE) is known color: Fuchsia. HEX triplet: C3, 3D and CE. RGB value is (195,61,206). Sum of RGB (Red+Green+Blue) = 195+61+206=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #C33DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DCE is #3CC231. Grayscale: #757575. Windows color (decimal): -3981874 or 13516227. OLE color: 13516227.

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

Color convert

RGB 195 61 206 -
CMYK 0.05 0.70 0 0.19
HSL 295.45º 0.6% 0.52% -
HSV(B) 295.45º 0.7% 0.81% -
XYZ 35.32 19.4 60.27 -
YUV 117.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 195 61 206 0.05 0.70 0 0.19 295.45 0.6 0.52
Hex C3 3D CE 5 46 0 13 127 3C 34
Octal 303 75 316 5 106 0 23 447 74 64
Binary 11000011 111101 11001110 101 1000110 0 10011 100100111 111100 110100

Color Harmonies of #C33DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33DCE

Black with #C33DCE

Text Example


Text Example

White with #C33DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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