Html Css Color HEX #CC0366 Ruby

📋 copy color: '#CC0366'

red 204 ◦ green 3 ◦ blue 102

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

Shades of Ruby #CC0366

Tints of Ruby #CC0366

RGB

 RED value IS 204 (80.08% from 255) = 66.02%

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

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

R = 66.02%
G = 0.97%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC0366 (or 0xCC0366) is known color: Ruby. HEX triplet: CC, 03 and 66. RGB value is (204,3,102). Sum of RGB (Red+Green+Blue) = 204+3+102=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0366 is #33FC99. Grayscale: #4A4A4A. Windows color (decimal): -3407002 or 6685644. OLE color: 6685644.

HSL color Cylindrical-coordinate representation of color #CC0366: hue angle of 330.45º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0366 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 102 -
CMYK 0 0.99 0.5 0.2
HSL 330.45º 0.97% 0.41% -
HSV(B) 330.45º 0.99% 0.8% -
XYZ 27.33 13.86 13.81 -
YUV 74.39 143.59 220.45 -
System Red Green Blue C M Y K H S L
Decimal 204 3 102 0 0.99 0.5 0.2 330.45 0.97 0.41
Hex CC 3 66 0 63 32 14 14A 61 29
Octal 314 3 146 0 143 62 24 512 141 51
Binary 11001100 11 1100110 0 1100011 110010 10100 101001010 1100001 101001

Color Harmonies of #CC0366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0366

Black with #CC0366

Text Example


Text Example

White with #CC0366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0366; }

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

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

background-color css

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

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

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

border-color css

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

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

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