Html Css Color HEX #C33DCB Fuchsia

📋 copy color: '#C33DCB'

red 195 ◦ green 61 ◦ blue 203

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

Shades of Fuchsia #C33DCB

Tints of Fuchsia #C33DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 42.48%
G = 13.29%
B = 44.23%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C33DCB (or 0xC33DCB) is known color: Fuchsia. HEX triplet: C3, 3D and CB. RGB value is (195,61,203). Sum of RGB (Red+Green+Blue) = 195+61+203=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #C33DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DCB is #3CC234. Grayscale: #747474. Windows color (decimal): -3981877 or 13319619. OLE color: 13319619.

HSL color Cylindrical-coordinate representation of color #C33DCB: hue angle of 296.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33DCB is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 61 203 -
CMYK 0.04 0.70 0 0.20
HSL 296.62º 0.58% 0.52% -
HSV(B) 296.62º 0.7% 0.8% -
XYZ 34.95 19.25 58.37 -
YUV 117.25 176.39 183.45 -
System Red Green Blue C M Y K H S L
Decimal 195 61 203 0.04 0.70 0 0.20 296.62 0.58 0.52
Hex C3 3D CB 4 46 0 14 129 3A 34
Octal 303 75 313 4 106 0 24 451 72 64
Binary 11000011 111101 11001011 100 1000110 0 10100 100101001 111010 110100

Color Harmonies of #C33DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33DCB

Black with #C33DCB

Text Example


Text Example

White with #C33DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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