Html Css Color HEX #C21E58 Old Rose

📋 copy color: '#C21E58'

red 194 ◦ green 30 ◦ blue 88

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

Shades of Old Rose #C21E58

Tints of Old Rose #C21E58

RGB

 RED value IS 194 (76.17% from 255) = 62.18%

 GREEN value IS 30 (12.11% from 255) = 9.62%

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

R = 62.18%
G = 9.62%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C21E58 (or 0xC21E58) is known color: Old Rose. HEX triplet: C2, 1E and 58. RGB value is (194,30,88). Sum of RGB (Red+Green+Blue) = 194+30+88=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E58 is #3DE1A7. Grayscale: #555555. Windows color (decimal): -4055464 or 5775042. OLE color: 5775042.

HSL color Cylindrical-coordinate representation of color #C21E58: hue angle of 338.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E58 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 30 88 -
CMYK 0 0.85 0.55 0.24
HSL 338.78º 0.73% 0.44% -
HSV(B) 338.78º 0.85% 0.76% -
XYZ 24.47 13.1 10.47 -
YUV 85.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 194 30 88 0 0.85 0.55 0.24 338.78 0.73 0.44
Hex C2 1E 58 0 55 37 18 153 49 2C
Octal 302 36 130 0 125 67 30 523 111 54
Binary 11000010 11110 1011000 0 1010101 110111 11000 101010011 1001001 101100

Color Harmonies of #C21E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E58

Black with #C21E58

Text Example


Text Example

White with #C21E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E58; }

 p { color: rgb(194,30,88); }

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

background-color css

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

 a { background-color: rgb(194,30,88); }

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

border-color css

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

 span { border-color: rgb(194,30,88); }

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