Html Css Color HEX #CD1C67 Ruby

📋 copy color: '#CD1C67'

red 205 ◦ green 28 ◦ blue 103

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

Shades of Ruby #CD1C67

Tints of Ruby #CD1C67

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.33%

 BLUE value IS 103 (40.63% from 255) = 30.65%

R = 61.01%
G = 8.33%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CD1C67 (or 0xCD1C67) is known color: Ruby. HEX triplet: CD, 1C and 67. RGB value is (205,28,103). Sum of RGB (Red+Green+Blue) = 205+28+103=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1C67 is #32E398. Grayscale: #595959. Windows color (decimal): -3335065 or 6757581. OLE color: 6757581.

HSL color Cylindrical-coordinate representation of color #CD1C67: hue angle of 334.58º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1C67 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 28 103 -
CMYK 0 0.86 0.50 0.20
HSL 334.58º 0.76% 0.46% -
HSV(B) 334.58º 0.86% 0.8% -
XYZ 28.04 14.79 14.21 -
YUV 89.47 135.64 210.4 -
System Red Green Blue C M Y K H S L
Decimal 205 28 103 0 0.86 0.50 0.20 334.58 0.76 0.46
Hex CD 1C 67 0 56 32 14 14F 4C 2E
Octal 315 34 147 0 126 62 24 517 114 56
Binary 11001101 11100 1100111 0 1010110 110010 10100 101001111 1001100 101110

Color Harmonies of #CD1C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1C67

Black with #CD1C67

Text Example


Text Example

White with #CD1C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1C67; }

 p { color: rgb(205,28,103); }

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

background-color css

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

 a { background-color: rgb(205,28,103); }

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

border-color css

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

 span { border-color: rgb(205,28,103); }

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