Html Css Color HEX #C372C2 Fuchsia

📋 copy color: '#C372C2'

red 195 ◦ green 114 ◦ blue 194

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

Shades of Fuchsia #C372C2

Tints of Fuchsia #C372C2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.66%

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 38.77%
G = 22.66%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C372C2 (or 0xC372C2) is known color: Fuchsia. HEX triplet: C3, 72 and C2. RGB value is (195,114,194). Sum of RGB (Red+Green+Blue) = 195+114+194=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C372C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372C2 is #3C8D3D. Grayscale: #939393. Windows color (decimal): -3968318 or 12743363. OLE color: 12743363.

HSL color Cylindrical-coordinate representation of color #C372C2: hue angle of 300.74º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C372C2 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 114 194 -
CMYK 0 0.42 0.01 0.24
HSL 300.74º 0.4% 0.61% -
HSV(B) 300.74º 0.42% 0.76% -
XYZ 38.26 27.53 54.34 -
YUV 147.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 195 114 194 0 0.42 0.01 0.24 300.74 0.4 0.61
Hex C3 72 C2 0 2A 1 18 12D 28 3D
Octal 303 162 302 0 52 1 30 455 50 75
Binary 11000011 1110010 11000010 0 101010 1 11000 100101101 101000 111101

Color Harmonies of #C372C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372C2

Black with #C372C2

Text Example


Text Example

White with #C372C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372C2; }

 p { color: rgb(195,114,194); }

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

background-color css

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

 a { background-color: rgb(195,114,194); }

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

border-color css

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

 span { border-color: rgb(195,114,194); }

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