Html Css Color HEX #C80362 Ruby

📋 copy color: '#C80362'

red 200 ◦ green 3 ◦ blue 98

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

Shades of Ruby #C80362

Tints of Ruby #C80362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 66.45%
G = 1%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C80362 (or 0xC80362) is known color: Ruby. HEX triplet: C8, 03 and 62. RGB value is (200,3,98). Sum of RGB (Red+Green+Blue) = 200+3+98=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C80362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80362 is #37FC9D. Grayscale: #484848. Windows color (decimal): -3669150 or 6423496. OLE color: 6423496.

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

Color convert

RGB 200 3 98 -
CMYK 0 0.98 0.51 0.22
HSL 331.07º 0.97% 0.4% -
HSV(B) 331.07º 0.99% 0.78% -
XYZ 26.06 13.23 12.73 -
YUV 72.73 142.27 218.78 -
System Red Green Blue C M Y K H S L
Decimal 200 3 98 0 0.98 0.51 0.22 331.07 0.97 0.4
Hex C8 3 62 0 62 33 16 14B 61 28
Octal 310 3 142 0 142 63 26 513 141 50
Binary 11001000 11 1100010 0 1100010 110011 10110 101001011 1100001 101000

Color Harmonies of #C80362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80362

Black with #C80362

Text Example


Text Example

White with #C80362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80362; }

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

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

background-color css

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

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

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

border-color css

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

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

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