Html Css Color HEX #CC026D Ruby

📋 copy color: '#CC026D'

red 204 ◦ green 2 ◦ blue 109

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

Shades of Ruby #CC026D

Tints of Ruby #CC026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 64.76%
G = 0.63%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC026D (or 0xCC026D) is known color: Ruby. HEX triplet: CC, 02 and 6D. RGB value is (204,2,109). Sum of RGB (Red+Green+Blue) = 204+2+109=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC026D is #33FD92. Grayscale: #4A4A4A. Windows color (decimal): -3407251 or 7144140. OLE color: 7144140.

HSL color Cylindrical-coordinate representation of color #CC026D: hue angle of 328.22º 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 #CC026D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 2 109 -
CMYK 0 0.99 0.47 0.2
HSL 328.22º 0.98% 0.4% -
HSV(B) 328.22º 0.99% 0.8% -
XYZ 27.68 13.98 15.71 -
YUV 74.6 147.42 220.3 -
System Red Green Blue C M Y K H S L
Decimal 204 2 109 0 0.99 0.47 0.2 328.22 0.98 0.4
Hex CC 2 6D 0 63 2F 14 148 62 28
Octal 314 2 155 0 143 57 24 510 142 50
Binary 11001100 10 1101101 0 1100011 101111 10100 101001000 1100010 101000

Color Harmonies of #CC026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC026D

Black with #CC026D

Text Example


Text Example

White with #CC026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC026D; }

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

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

background-color css

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

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

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

border-color css

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

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

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