Html Css Color HEX #C31C66 Ruby

📋 copy color: '#C31C66'

red 195 ◦ green 28 ◦ blue 102

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

Shades of Ruby #C31C66

Tints of Ruby #C31C66

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.62%

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 60%
G = 8.62%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C31C66 (or 0xC31C66) is known color: Ruby. HEX triplet: C3, 1C and 66. RGB value is (195,28,102). Sum of RGB (Red+Green+Blue) = 195+28+102=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C66 is #3CE399. Grayscale: #565656. Windows color (decimal): -3990426 or 6692035. OLE color: 6692035.

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

Color convert

RGB 195 28 102 -
CMYK 0 0.86 0.48 0.24
HSL 333.41º 0.75% 0.44% -
HSV(B) 333.41º 0.86% 0.76% -
XYZ 25.32 13.39 13.82 -
YUV 86.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 195 28 102 0 0.86 0.48 0.24 333.41 0.75 0.44
Hex C3 1C 66 0 56 30 18 14D 4B 2C
Octal 303 34 146 0 126 60 30 515 113 54
Binary 11000011 11100 1100110 0 1010110 110000 11000 101001101 1001011 101100

Color Harmonies of #C31C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C66

Black with #C31C66

Text Example


Text Example

White with #C31C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C66; }

 p { color: rgb(195,28,102); }

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

background-color css

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

 a { background-color: rgb(195,28,102); }

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

border-color css

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

 span { border-color: rgb(195,28,102); }

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