Html Css Color HEX #C332C9 Fuchsia

📋 copy color: '#C332C9'

red 195 ◦ green 50 ◦ blue 201

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

Shades of Fuchsia #C332C9

Tints of Fuchsia #C332C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.07%

R = 43.72%
G = 11.21%
B = 45.07%

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

#C332C9 (or 0xC332C9) is known color: Fuchsia. HEX triplet: C3, 32 and C9. RGB value is (195,50,201). Sum of RGB (Red+Green+Blue) = 195+50+201=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #C332C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332C9 is #3CCD36. Grayscale: #6E6E6E. Windows color (decimal): -3984695 or 13185731. OLE color: 13185731.

HSL color Cylindrical-coordinate representation of color #C332C9: hue angle of 297.62º 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 #C332C9 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 50 201 -
CMYK 0.03 0.75 0 0.21
HSL 297.62º 0.6% 0.49% -
HSV(B) 297.62º 0.75% 0.79% -
XYZ 34.19 18.1 56.95 -
YUV 110.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 195 50 201 0.03 0.75 0 0.21 297.62 0.6 0.49
Hex C3 32 C9 3 4B 0 15 12A 3C 31
Octal 303 62 311 3 113 0 25 452 74 61
Binary 11000011 110010 11001001 11 1001011 0 10101 100101010 111100 110001

Color Harmonies of #C332C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332C9

Black with #C332C9

Text Example


Text Example

White with #C332C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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