Html Css Color HEX #CC035F Ruby

📋 copy color: '#CC035F'

red 204 ◦ green 3 ◦ blue 95

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

Shades of Ruby #CC035F

Tints of Ruby #CC035F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 67.55%
G = 0.99%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC035F (or 0xCC035F) is known color: Ruby. HEX triplet: CC, 03 and 5F. RGB value is (204,3,95). Sum of RGB (Red+Green+Blue) = 204+3+95=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC035F is #33FCA0. Grayscale: #494949. Windows color (decimal): -3407009 or 6226892. OLE color: 6226892.

HSL color Cylindrical-coordinate representation of color #CC035F: hue angle of 332.54º 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 #CC035F is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 95 -
CMYK 0 0.99 0.53 0.2
HSL 332.54º 0.97% 0.41% -
HSV(B) 332.54º 0.99% 0.8% -
XYZ 27 13.73 12.05 -
YUV 73.59 140.09 221.02 -
System Red Green Blue C M Y K H S L
Decimal 204 3 95 0 0.99 0.53 0.2 332.54 0.97 0.41
Hex CC 3 5F 0 63 35 14 14D 61 29
Octal 314 3 137 0 143 65 24 515 141 51
Binary 11001100 11 1011111 0 1100011 110101 10100 101001101 1100001 101001

Color Harmonies of #CC035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC035F

Black with #CC035F

Text Example


Text Example

White with #CC035F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC035F; }

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

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

background-color css

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

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

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

border-color css

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

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

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