Html Css Color HEX #C81F64 Ruby

📋 copy color: '#C81F64'

red 200 ◦ green 31 ◦ blue 100

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

Shades of Ruby #C81F64

Tints of Ruby #C81F64

RGB

 RED value IS 200 (78.52% from 255) = 60.42%

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

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 60.42%
G = 9.37%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C81F64 (or 0xC81F64) is known color: Ruby. HEX triplet: C8, 1F and 64. RGB value is (200,31,100). Sum of RGB (Red+Green+Blue) = 200+31+100=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81F64 is #37E09B. Grayscale: #595959. Windows color (decimal): -3661980 or 6561736. OLE color: 6561736.

HSL color Cylindrical-coordinate representation of color #C81F64: hue angle of 335.5º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C81F64 is Cyan = 0, Magento = 0.84, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 100 -
CMYK 0 0.84 0.5 0.22
HSL 335.5º 0.73% 0.45% -
HSV(B) 335.5º 0.85% 0.78% -
XYZ 26.61 14.18 13.39 -
YUV 89.4 133.99 206.89 -
System Red Green Blue C M Y K H S L
Decimal 200 31 100 0 0.84 0.5 0.22 335.5 0.73 0.45
Hex C8 1F 64 0 54 32 16 150 49 2D
Octal 310 37 144 0 124 62 26 520 111 55
Binary 11001000 11111 1100100 0 1010100 110010 10110 101010000 1001001 101101

Color Harmonies of #C81F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F64

Black with #C81F64

Text Example


Text Example

White with #C81F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F64; }

 p { color: rgb(200,31,100); }

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

background-color css

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

 a { background-color: rgb(200,31,100); }

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

border-color css

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

 span { border-color: rgb(200,31,100); }

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