Html Css Color HEX #C332CB Fuchsia

📋 copy color: '#C332CB'

red 195 ◦ green 50 ◦ blue 203

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

Shades of Fuchsia #C332CB

Tints of Fuchsia #C332CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.16%

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

R = 43.53%
G = 11.16%
B = 45.31%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C332CB (or 0xC332CB) is known color: Fuchsia. HEX triplet: C3, 32 and CB. RGB value is (195,50,203). Sum of RGB (Red+Green+Blue) = 195+50+203=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #C332CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332CB is #3CCD34. Grayscale: #6E6E6E. Windows color (decimal): -3984693 or 13316803. OLE color: 13316803.

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

Color convert

RGB 195 50 203 -
CMYK 0.04 0.75 0 0.20
HSL 296.86º 0.6% 0.5% -
HSV(B) 296.86º 0.75% 0.8% -
XYZ 34.43 18.2 58.2 -
YUV 110.8 180.04 188.06 -
System Red Green Blue C M Y K H S L
Decimal 195 50 203 0.04 0.75 0 0.20 296.86 0.6 0.5
Hex C3 32 CB 4 4B 0 14 129 3C 32
Octal 303 62 313 4 113 0 24 451 74 62
Binary 11000011 110010 11001011 100 1001011 0 10100 100101001 111100 110010

Color Harmonies of #C332CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332CB

Black with #C332CB

Text Example


Text Example

White with #C332CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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