Html Css Color HEX #C31E52 Old Rose

📋 copy color: '#C31E52'

red 195 ◦ green 30 ◦ blue 82

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

Shades of Old Rose #C31E52

Tints of Old Rose #C31E52

RGB

 RED value IS 195 (76.56% from 255) = 63.52%

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

 BLUE value IS 82 (32.42% from 255) = 26.71%

R = 63.52%
G = 9.77%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C31E52 (or 0xC31E52) is known color: Old Rose. HEX triplet: C3, 1E and 52. RGB value is (195,30,82). Sum of RGB (Red+Green+Blue) = 195+30+82=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31E52 is #3CE1AD. Grayscale: #555555. Windows color (decimal): -3989934 or 5381827. OLE color: 5381827.

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

Color convert

RGB 195 30 82 -
CMYK 0 0.85 0.58 0.24
HSL 341.09º 0.73% 0.44% -
HSV(B) 341.09º 0.85% 0.76% -
XYZ 24.49 13.14 9.23 -
YUV 85.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 195 30 82 0 0.85 0.58 0.24 341.09 0.73 0.44
Hex C3 1E 52 0 55 3A 18 155 49 2C
Octal 303 36 122 0 125 72 30 525 111 54
Binary 11000011 11110 1010010 0 1010101 111010 11000 101010101 1001001 101100

Color Harmonies of #C31E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E52

Black with #C31E52

Text Example


Text Example

White with #C31E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E52; }

 p { color: rgb(195,30,82); }

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

background-color css

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

 a { background-color: rgb(195,30,82); }

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

border-color css

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

 span { border-color: rgb(195,30,82); }

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