Html Css Color HEX #C332CF Fuchsia

📋 copy color: '#C332CF'

red 195 ◦ green 50 ◦ blue 207

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

Shades of Fuchsia #C332CF

Tints of Fuchsia #C332CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.8%

R = 43.14%
G = 11.06%
B = 45.8%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C332CF (or 0xC332CF) is known color: Fuchsia. HEX triplet: C3, 32 and CF. RGB value is (195,50,207). Sum of RGB (Red+Green+Blue) = 195+50+207=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 50 (19.92% from 255 or 11.06% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #C332CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332CF is #3CCD30. Grayscale: #6E6E6E. Windows color (decimal): -3984689 or 13578947. OLE color: 13578947.

HSL color Cylindrical-coordinate representation of color #C332CF: hue angle of 295.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C332CF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 50 207 -
CMYK 0.06 0.76 0 0.19
HSL 295.41º 0.62% 0.5% -
HSV(B) 295.41º 0.76% 0.81% -
XYZ 34.91 18.39 60.74 -
YUV 111.25 182.04 187.73 -
System Red Green Blue C M Y K H S L
Decimal 195 50 207 0.06 0.76 0 0.19 295.41 0.62 0.5
Hex C3 32 CF 6 4C 0 13 127 3E 32
Octal 303 62 317 6 114 0 23 447 76 62
Binary 11000011 110010 11001111 110 1001100 0 10011 100100111 111110 110010

Color Harmonies of #C332CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332CF

Black with #C332CF

Text Example


Text Example

White with #C332CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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