Html Css Color HEX #C31F61 Old Rose

📋 copy color: '#C31F61'

red 195 ◦ green 31 ◦ blue 97

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

Shades of Old Rose #C31F61

Tints of Old Rose #C31F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 60.37%
G = 9.6%
B = 30.03%

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

#C31F61 (or 0xC31F61) is known color: Old Rose. HEX triplet: C3, 1F and 61. RGB value is (195,31,97). Sum of RGB (Red+Green+Blue) = 195+31+97=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F61 is #3CE09E. Grayscale: #575757. Windows color (decimal): -3989663 or 6365123. OLE color: 6365123.

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

Color convert

RGB 195 31 97 -
CMYK 0 0.84 0.50 0.24
HSL 335.85º 0.73% 0.44% -
HSV(B) 335.85º 0.84% 0.76% -
XYZ 25.15 13.45 12.58 -
YUV 87.56 133.33 204.63 -
System Red Green Blue C M Y K H S L
Decimal 195 31 97 0 0.84 0.50 0.24 335.85 0.73 0.44
Hex C3 1F 61 0 54 32 18 150 49 2C
Octal 303 37 141 0 124 62 30 520 111 54
Binary 11000011 11111 1100001 0 1010100 110010 11000 101010000 1001001 101100

Color Harmonies of #C31F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F61

Black with #C31F61

Text Example


Text Example

White with #C31F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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