Html Css Color HEX #C41C58 Old Rose

📋 copy color: '#C41C58'

red 196 ◦ green 28 ◦ blue 88

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

Shades of Old Rose #C41C58

Tints of Old Rose #C41C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.97%

 BLUE value IS 88 (34.77% from 255) = 28.21%

R = 62.82%
G = 8.97%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C41C58 (or 0xC41C58) is known color: Old Rose. HEX triplet: C4, 1C and 58. RGB value is (196,28,88). Sum of RGB (Red+Green+Blue) = 196+28+88=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C58 is #3BE3A7. Grayscale: #555555. Windows color (decimal): -3924904 or 5774532. OLE color: 5774532.

HSL color Cylindrical-coordinate representation of color #C41C58: hue angle of 338.57º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C58 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 28 88 -
CMYK 0 0.86 0.55 0.23
HSL 338.57º 0.75% 0.44% -
HSV(B) 338.57º 0.86% 0.77% -
XYZ 24.94 13.27 10.48 -
YUV 85.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 196 28 88 0 0.86 0.55 0.23 338.57 0.75 0.44
Hex C4 1C 58 0 56 37 17 153 4B 2C
Octal 304 34 130 0 126 67 27 523 113 54
Binary 11000100 11100 1011000 0 1010110 110111 10111 101010011 1001011 101100

Color Harmonies of #C41C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C58

Black with #C41C58

Text Example


Text Example

White with #C41C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C58; }

 p { color: rgb(196,28,88); }

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

background-color css

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

 a { background-color: rgb(196,28,88); }

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

border-color css

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

 span { border-color: rgb(196,28,88); }

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