Html Css Color HEX #C332C7 Fuchsia

📋 copy color: '#C332C7'

red 195 ◦ green 50 ◦ blue 199

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

Shades of Fuchsia #C332C7

Tints of Fuchsia #C332C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.82%

R = 43.92%
G = 11.26%
B = 44.82%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C332C7 (or 0xC332C7) is known color: Fuchsia. HEX triplet: C3, 32 and C7. RGB value is (195,50,199). Sum of RGB (Red+Green+Blue) = 195+50+199=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #C332C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C332C7 is #3CCD38. Grayscale: #6D6D6D. Windows color (decimal): -3984697 or 13054659. OLE color: 13054659.

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

Color convert

RGB 195 50 199 -
CMYK 0.02 0.75 0 0.22
HSL 298.39º 0.6% 0.49% -
HSV(B) 298.39º 0.75% 0.78% -
XYZ 33.96 18.01 55.72 -
YUV 110.34 178.04 188.38 -
System Red Green Blue C M Y K H S L
Decimal 195 50 199 0.02 0.75 0 0.22 298.39 0.6 0.49
Hex C3 32 C7 2 4B 0 16 12A 3C 31
Octal 303 62 307 2 113 0 26 452 74 61
Binary 11000011 110010 11000111 10 1001011 0 10110 100101010 111100 110001

Color Harmonies of #C332C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C332C7

Black with #C332C7

Text Example


Text Example

White with #C332C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C332C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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