Html Css Color HEX #C41F5A Old Rose

📋 copy color: '#C41F5A'

red 196 ◦ green 31 ◦ blue 90

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

Shades of Old Rose #C41F5A

Tints of Old Rose #C41F5A

RGB

 RED value IS 196 (76.95% from 255) = 61.83%

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 61.83%
G = 9.78%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C41F5A (or 0xC41F5A) is known color: Old Rose. HEX triplet: C4, 1F and 5A. RGB value is (196,31,90). Sum of RGB (Red+Green+Blue) = 196+31+90=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41F5A is #3BE0A5. Grayscale: #565656. Windows color (decimal): -3924134 or 5906372. OLE color: 5906372.

HSL color Cylindrical-coordinate representation of color #C41F5A: hue angle of 338.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41F5A is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 31 90 -
CMYK 0 0.84 0.54 0.23
HSL 338.55º 0.73% 0.45% -
HSV(B) 338.55º 0.84% 0.77% -
XYZ 25.1 13.45 10.95 -
YUV 87.06 129.66 205.7 -
System Red Green Blue C M Y K H S L
Decimal 196 31 90 0 0.84 0.54 0.23 338.55 0.73 0.45
Hex C4 1F 5A 0 54 36 17 153 49 2D
Octal 304 37 132 0 124 66 27 523 111 55
Binary 11000100 11111 1011010 0 1010100 110110 10111 101010011 1001001 101101

Color Harmonies of #C41F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F5A

Black with #C41F5A

Text Example


Text Example

White with #C41F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F5A; }

 p { color: rgb(196,31,90); }

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

background-color css

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

 a { background-color: rgb(196,31,90); }

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

border-color css

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

 span { border-color: rgb(196,31,90); }

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