Html Css Color HEX #C31F67 Ruby

📋 copy color: '#C31F67'

red 195 ◦ green 31 ◦ blue 103

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

Shades of Ruby #C31F67

Tints of Ruby #C31F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 59.27%
G = 9.42%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C31F67 (or 0xC31F67) is known color: Ruby. HEX triplet: C3, 1F and 67. RGB value is (195,31,103). Sum of RGB (Red+Green+Blue) = 195+31+103=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31F67 is #3CE098. Grayscale: #585858. Windows color (decimal): -3989657 or 6758339. OLE color: 6758339.

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

Color convert

RGB 195 31 103 -
CMYK 0 0.84 0.47 0.24
HSL 333.66º 0.73% 0.44% -
HSV(B) 333.66º 0.84% 0.76% -
XYZ 25.44 13.56 14.11 -
YUV 88.24 136.33 204.15 -
System Red Green Blue C M Y K H S L
Decimal 195 31 103 0 0.84 0.47 0.24 333.66 0.73 0.44
Hex C3 1F 67 0 54 2F 18 14E 49 2C
Octal 303 37 147 0 124 57 30 516 111 54
Binary 11000011 11111 1100111 0 1010100 101111 11000 101001110 1001001 101100

Color Harmonies of #C31F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F67

Black with #C31F67

Text Example


Text Example

White with #C31F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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