Html Css Color HEX #C332CA Fuchsia

📋 copy color: '#C332CA'

red 195 ◦ green 50 ◦ blue 202

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

Shades of Fuchsia #C332CA

Tints of Fuchsia #C332CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 43.62%
G = 11.19%
B = 45.19%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C332CA (or 0xC332CA) is known color: Fuchsia. HEX triplet: C3, 32 and CA. RGB value is (195,50,202). Sum of RGB (Red+Green+Blue) = 195+50+202=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #C332CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332CA is #3CCD35. Grayscale: #6E6E6E. Windows color (decimal): -3984694 or 13251267. OLE color: 13251267.

HSL color Cylindrical-coordinate representation of color #C332CA: hue angle of 297.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C332CA is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 50 202 -
CMYK 0.03 0.75 0 0.21
HSL 297.24º 0.6% 0.49% -
HSV(B) 297.24º 0.75% 0.79% -
XYZ 34.31 18.15 57.57 -
YUV 110.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 195 50 202 0.03 0.75 0 0.21 297.24 0.6 0.49
Hex C3 32 CA 3 4B 0 15 129 3C 31
Octal 303 62 312 3 113 0 25 451 74 61
Binary 11000011 110010 11001010 11 1001011 0 10101 100101001 111100 110001

Color Harmonies of #C332CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332CA

Black with #C332CA

Text Example


Text Example

White with #C332CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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