Html Css Color HEX #C80062 Ruby

📋 copy color: '#C80062'

red 200 ◦ green 0 ◦ blue 98

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

Shades of Ruby #C80062

Tints of Ruby #C80062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.11%
G = 0%
B = 32.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C80062 (or 0xC80062) is known color: Ruby. HEX triplet: C8, 00 and 62. RGB value is (200,0,98). Sum of RGB (Red+Green+Blue) = 200+0+98=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C80062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80062 is #37FF9D. Grayscale: #464646. Windows color (decimal): -3669918 or 6422728. OLE color: 6422728.

HSL color Cylindrical-coordinate representation of color #C80062: hue angle of 330.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80062 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 0 98 -
CMYK 0 1 0.51 0.22
HSL 330.6º 1% 0.39% -
HSV(B) 330.6º 1% 0.78% -
XYZ 26.02 13.16 12.72 -
YUV 70.97 143.26 220.03 -
System Red Green Blue C M Y K H S L
Decimal 200 0 98 0 1 0.51 0.22 330.6 1 0.39
Hex C8 0 62 0 64 33 16 14B 64 27
Octal 310 0 142 0 144 63 26 513 144 47
Binary 11001000 0 1100010 0 1100100 110011 10110 101001011 1100100 100111

Color Harmonies of #C80062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80062

Black with #C80062

Text Example


Text Example

White with #C80062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80062; }

 p { color: rgb(200,0,98); }

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

background-color css

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

 a { background-color: rgb(200,0,98); }

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

border-color css

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

 span { border-color: rgb(200,0,98); }

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