Html Css Color HEX #C31F62 Old Rose

📋 copy color: '#C31F62'

red 195 ◦ green 31 ◦ blue 98

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

Shades of Old Rose #C31F62

Tints of Old Rose #C31F62

RGB

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

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

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

R = 60.19%
G = 9.57%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C31F62 (or 0xC31F62) is known color: Old Rose. HEX triplet: C3, 1F and 62. RGB value is (195,31,98). Sum of RGB (Red+Green+Blue) = 195+31+98=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F62 is #3CE09D. Grayscale: #575757. Windows color (decimal): -3989662 or 6430659. OLE color: 6430659.

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

Color convert

RGB 195 31 98 -
CMYK 0 0.84 0.50 0.24
HSL 335.49º 0.73% 0.44% -
HSV(B) 335.49º 0.84% 0.76% -
XYZ 25.2 13.46 12.83 -
YUV 87.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 195 31 98 0 0.84 0.50 0.24 335.49 0.73 0.44
Hex C3 1F 62 0 54 32 18 14F 49 2C
Octal 303 37 142 0 124 62 30 517 111 54
Binary 11000011 11111 1100010 0 1010100 110010 11000 101001111 1001001 101100

Color Harmonies of #C31F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F62

Black with #C31F62

Text Example


Text Example

White with #C31F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F62; }

 p { color: rgb(195,31,98); }

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

background-color css

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

 a { background-color: rgb(195,31,98); }

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

border-color css

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

 span { border-color: rgb(195,31,98); }

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