Html Css Color HEX #C33FCB Fuchsia

📋 copy color: '#C33FCB'

red 195 ◦ green 63 ◦ blue 203

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

Shades of Fuchsia #C33FCB

Tints of Fuchsia #C33FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

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

R = 42.3%
G = 13.67%
B = 44.03%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C33FCB (or 0xC33FCB) is known color: Fuchsia. HEX triplet: C3, 3F and CB. RGB value is (195,63,203). Sum of RGB (Red+Green+Blue) = 195+63+203=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #C33FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FCB is #3CC034. Grayscale: #757575. Windows color (decimal): -3981365 or 13320131. OLE color: 13320131.

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

Color convert

RGB 195 63 203 -
CMYK 0.04 0.69 0 0.20
HSL 296.57º 0.57% 0.52% -
HSV(B) 296.57º 0.69% 0.8% -
XYZ 35.06 19.47 58.41 -
YUV 118.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 195 63 203 0.04 0.69 0 0.20 296.57 0.57 0.52
Hex C3 3F CB 4 45 0 14 129 39 34
Octal 303 77 313 4 105 0 24 451 71 64
Binary 11000011 111111 11001011 100 1000101 0 10100 100101001 111001 110100

Color Harmonies of #C33FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FCB

Black with #C33FCB

Text Example


Text Example

White with #C33FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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