Html Css Color HEX #CC035E Ruby

📋 copy color: '#CC035E'

red 204 ◦ green 3 ◦ blue 94

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

Shades of Ruby #CC035E

Tints of Ruby #CC035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 67.77%
G = 1%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC035E (or 0xCC035E) is known color: Ruby. HEX triplet: CC, 03 and 5E. RGB value is (204,3,94). Sum of RGB (Red+Green+Blue) = 204+3+94=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC035E is #33FCA1. Grayscale: #494949. Windows color (decimal): -3407010 or 6161356. OLE color: 6161356.

HSL color Cylindrical-coordinate representation of color #CC035E: hue angle of 332.84º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC035E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 94 -
CMYK 0 0.99 0.54 0.2
HSL 332.84º 0.97% 0.41% -
HSV(B) 332.84º 0.99% 0.8% -
XYZ 26.95 13.71 11.82 -
YUV 73.47 139.59 221.1 -
System Red Green Blue C M Y K H S L
Decimal 204 3 94 0 0.99 0.54 0.2 332.84 0.97 0.41
Hex CC 3 5E 0 63 36 14 14D 61 29
Octal 314 3 136 0 143 66 24 515 141 51
Binary 11001100 11 1011110 0 1100011 110110 10100 101001101 1100001 101001

Color Harmonies of #CC035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC035E

Black with #CC035E

Text Example


Text Example

White with #CC035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC035E; }

 p { color: rgb(204,3,94); }

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

background-color css

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

 a { background-color: rgb(204,3,94); }

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

border-color css

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

 span { border-color: rgb(204,3,94); }

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