Html Css Color HEX #CC016B Ruby

📋 copy color: '#CC016B'

red 204 ◦ green 1 ◦ blue 107

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

Shades of Ruby #CC016B

Tints of Ruby #CC016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 65.38%
G = 0.32%
B = 34.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC016B (or 0xCC016B) is known color: Ruby. HEX triplet: CC, 01 and 6B. RGB value is (204,1,107). Sum of RGB (Red+Green+Blue) = 204+1+107=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC016B is #33FE94. Grayscale: #494949. Windows color (decimal): -3407509 or 7012812. OLE color: 7012812.

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

Color convert

RGB 204 1 107 -
CMYK 0 1.00 0.48 0.2
HSL 328.67º 0.99% 0.4% -
HSV(B) 328.67º 1% 0.8% -
XYZ 27.57 13.92 15.14 -
YUV 73.78 146.75 220.88 -
System Red Green Blue C M Y K H S L
Decimal 204 1 107 0 1.00 0.48 0.2 328.67 0.99 0.4
Hex CC 1 6B 0 64 30 14 149 63 28
Octal 314 1 153 0 144 60 24 511 143 50
Binary 11001100 1 1101011 0 1100100 110000 10100 101001001 1100011 101000

Color Harmonies of #CC016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC016B

Black with #CC016B

Text Example


Text Example

White with #CC016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC016B; }

 p { color: rgb(204,1,107); }

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

background-color css

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

 a { background-color: rgb(204,1,107); }

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

border-color css

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

 span { border-color: rgb(204,1,107); }

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