Html Css Color HEX #CC1F6D Ruby

📋 copy color: '#CC1F6D'

red 204 ◦ green 31 ◦ blue 109

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

Shades of Ruby #CC1F6D

Tints of Ruby #CC1F6D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.01%

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

R = 59.3%
G = 9.01%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC1F6D (or 0xCC1F6D) is known color: Ruby. HEX triplet: CC, 1F and 6D. RGB value is (204,31,109). Sum of RGB (Red+Green+Blue) = 204+31+109=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1F6D is #33E092. Grayscale: #5B5B5B. Windows color (decimal): -3399827 or 7151564. OLE color: 7151564.

HSL color Cylindrical-coordinate representation of color #CC1F6D: hue angle of 332.95º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1F6D is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 31 109 -
CMYK 0 0.85 0.47 0.2
HSL 332.95º 0.74% 0.46% -
HSV(B) 332.95º 0.85% 0.8% -
XYZ 28.15 14.92 15.86 -
YUV 91.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 204 31 109 0 0.85 0.47 0.2 332.95 0.74 0.46
Hex CC 1F 6D 0 55 2F 14 14D 4A 2E
Octal 314 37 155 0 125 57 24 515 112 56
Binary 11001100 11111 1101101 0 1010101 101111 10100 101001101 1001010 101110

Color Harmonies of #CC1F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F6D

Black with #CC1F6D

Text Example


Text Example

White with #CC1F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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