Html Css Color HEX #C01F4E Old Rose

📋 copy color: '#C01F4E'

red 192 ◦ green 31 ◦ blue 78

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

Shades of Old Rose #C01F4E

Tints of Old Rose #C01F4E

RGB

 RED value IS 192 (75.39% from 255) = 63.79%

 GREEN value IS 31 (12.5% from 255) = 10.3%

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 63.79%
G = 10.3%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C01F4E (or 0xC01F4E) is known color: Old Rose. HEX triplet: C0, 1F and 4E. RGB value is (192,31,78). Sum of RGB (Red+Green+Blue) = 192+31+78=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F4E is #3FE0B1. Grayscale: #545454. Windows color (decimal): -4186290 or 5119936. OLE color: 5119936.

HSL color Cylindrical-coordinate representation of color #C01F4E: hue angle of 342.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01F4E is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 78 -
CMYK 0 0.84 0.59 0.25
HSL 342.48º 0.72% 0.44% -
HSV(B) 342.48º 0.84% 0.75% -
XYZ 23.6 12.74 8.42 -
YUV 84.5 124.34 204.68 -
System Red Green Blue C M Y K H S L
Decimal 192 31 78 0 0.84 0.59 0.25 342.48 0.72 0.44
Hex C0 1F 4E 0 54 3B 19 156 48 2C
Octal 300 37 116 0 124 73 31 526 110 54
Binary 11000000 11111 1001110 0 1010100 111011 11001 101010110 1001000 101100

Color Harmonies of #C01F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F4E

Black with #C01F4E

Text Example


Text Example

White with #C01F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F4E; }

 p { color: rgb(192,31,78); }

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

background-color css

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

 a { background-color: rgb(192,31,78); }

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

border-color css

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

 span { border-color: rgb(192,31,78); }

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