Html Css Color HEX #C21E62 Old Rose

📋 copy color: '#C21E62'

red 194 ◦ green 30 ◦ blue 98

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

Shades of Old Rose #C21E62

Tints of Old Rose #C21E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.43%

R = 60.25%
G = 9.32%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C21E62 (or 0xC21E62) is known color: Old Rose. HEX triplet: C2, 1E and 62. RGB value is (194,30,98). Sum of RGB (Red+Green+Blue) = 194+30+98=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E62 is #3DE19D. Grayscale: #565656. Windows color (decimal): -4055454 or 6430402. OLE color: 6430402.

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

Color convert

RGB 194 30 98 -
CMYK 0 0.85 0.49 0.24
HSL 335.12º 0.73% 0.44% -
HSV(B) 335.12º 0.85% 0.76% -
XYZ 24.92 13.28 12.81 -
YUV 86.79 134.33 204.47 -
System Red Green Blue C M Y K H S L
Decimal 194 30 98 0 0.85 0.49 0.24 335.12 0.73 0.44
Hex C2 1E 62 0 55 31 18 14F 49 2C
Octal 302 36 142 0 125 61 30 517 111 54
Binary 11000010 11110 1100010 0 1010101 110001 11000 101001111 1001001 101100

Color Harmonies of #C21E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E62

Black with #C21E62

Text Example


Text Example

White with #C21E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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