Html Css Color HEX #CC026A Ruby

📋 copy color: '#CC026A'

red 204 ◦ green 2 ◦ blue 106

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

Shades of Ruby #CC026A

Tints of Ruby #CC026A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 65.38%
G = 0.64%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC026A (or 0xCC026A) is known color: Ruby. HEX triplet: CC, 02 and 6A. RGB value is (204,2,106). Sum of RGB (Red+Green+Blue) = 204+2+106=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC026A is #33FD95. Grayscale: #4A4A4A. Windows color (decimal): -3407254 or 6947532. OLE color: 6947532.

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

Color convert

RGB 204 2 106 -
CMYK 0 0.99 0.48 0.2
HSL 329.11º 0.98% 0.4% -
HSV(B) 329.11º 0.99% 0.8% -
XYZ 27.53 13.92 14.87 -
YUV 74.25 145.92 220.54 -
System Red Green Blue C M Y K H S L
Decimal 204 2 106 0 0.99 0.48 0.2 329.11 0.98 0.4
Hex CC 2 6A 0 63 30 14 149 62 28
Octal 314 2 152 0 143 60 24 511 142 50
Binary 11001100 10 1101010 0 1100011 110000 10100 101001001 1100010 101000

Color Harmonies of #CC026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC026A

Black with #CC026A

Text Example


Text Example

White with #CC026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC026A; }

 p { color: rgb(204,2,106); }

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

background-color css

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

 a { background-color: rgb(204,2,106); }

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

border-color css

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

 span { border-color: rgb(204,2,106); }

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