Html Css Color HEX #CD0068 Ruby

📋 copy color: '#CD0068'

red 205 ◦ green 0 ◦ blue 104

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

Shades of Ruby #CD0068

Tints of Ruby #CD0068

RGB

 RED value IS 205 (80.47% from 255) = 66.34%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 66.34%
G = 0%
B = 33.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CD0068 (or 0xCD0068) is known color: Ruby. HEX triplet: CD, 00 and 68. RGB value is (205,0,104). Sum of RGB (Red+Green+Blue) = 205+0+104=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0068 is #32FF97. Grayscale: #484848. Windows color (decimal): -3342232 or 6815949. OLE color: 6815949.

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

Color convert

RGB 205 0 104 -
CMYK 0 1 0.49 0.20
HSL 329.56º 1% 0.4% -
HSV(B) 329.56º 1% 0.8% -
XYZ 27.68 13.98 14.34 -
YUV 73.15 145.42 222.04 -
System Red Green Blue C M Y K H S L
Decimal 205 0 104 0 1 0.49 0.20 329.56 1 0.4
Hex CD 0 68 0 64 31 14 14A 64 28
Octal 315 0 150 0 144 61 24 512 144 50
Binary 11001101 0 1101000 0 1100100 110001 10100 101001010 1100100 101000

Color Harmonies of #CD0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0068

Black with #CD0068

Text Example


Text Example

White with #CD0068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0068; }

 p { color: rgb(205,0,104); }

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

background-color css

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

 a { background-color: rgb(205,0,104); }

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

border-color css

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

 span { border-color: rgb(205,0,104); }

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