Html Css Color HEX #C372B4 Fuchsia

📋 copy color: '#C372B4'

red 195 ◦ green 114 ◦ blue 180

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

Shades of Fuchsia #C372B4

Tints of Fuchsia #C372B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.81%

R = 39.88%
G = 23.31%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C372B4 (or 0xC372B4) is known color: Fuchsia. HEX triplet: C3, 72 and B4. RGB value is (195,114,180). Sum of RGB (Red+Green+Blue) = 195+114+180=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C372B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372B4 is #3C8D4B. Grayscale: #919191. Windows color (decimal): -3968332 or 11825859. OLE color: 11825859.

HSL color Cylindrical-coordinate representation of color #C372B4: hue angle of 311.11º 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 #C372B4 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 114 180 -
CMYK 0 0.42 0.08 0.24
HSL 311.11º 0.4% 0.61% -
HSV(B) 311.11º 0.42% 0.76% -
XYZ 36.76 26.93 46.44 -
YUV 145.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 195 114 180 0 0.42 0.08 0.24 311.11 0.4 0.61
Hex C3 72 B4 0 2A 8 18 137 28 3D
Octal 303 162 264 0 52 10 30 467 50 75
Binary 11000011 1110010 10110100 0 101010 1000 11000 100110111 101000 111101

Color Harmonies of #C372B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C372B4

Black with #C372B4

Text Example


Text Example

White with #C372B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C372B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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