Html Css Color HEX #C80366 Ruby

📋 copy color: '#C80366'

red 200 ◦ green 3 ◦ blue 102

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

Shades of Ruby #C80366

Tints of Ruby #C80366

RGB

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

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

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

R = 65.57%
G = 0.98%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C80366 (or 0xC80366) is known color: Ruby. HEX triplet: C8, 03 and 66. RGB value is (200,3,102). Sum of RGB (Red+Green+Blue) = 200+3+102=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C80366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80366 is #37FC99. Grayscale: #484848. Windows color (decimal): -3669146 or 6685640. OLE color: 6685640.

HSL color Cylindrical-coordinate representation of color #C80366: hue angle of 329.85º 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 #C80366 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 102 -
CMYK 0 0.98 0.49 0.22
HSL 329.85º 0.97% 0.4% -
HSV(B) 329.85º 0.99% 0.78% -
XYZ 26.25 13.3 13.75 -
YUV 73.19 144.27 218.45 -
System Red Green Blue C M Y K H S L
Decimal 200 3 102 0 0.98 0.49 0.22 329.85 0.97 0.4
Hex C8 3 66 0 62 31 16 14A 61 28
Octal 310 3 146 0 142 61 26 512 141 50
Binary 11001000 11 1100110 0 1100010 110001 10110 101001010 1100001 101000

Color Harmonies of #C80366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80366

Black with #C80366

Text Example


Text Example

White with #C80366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80366; }

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

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

background-color css

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

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

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

border-color css

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

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

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