Html Css Color HEX #CC035D Razzmatazz

📋 copy color: '#CC035D'

red 204 ◦ green 3 ◦ blue 93

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

Shades of Razzmatazz #CC035D

Tints of Razzmatazz #CC035D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31%

R = 68%
G = 1%
B = 31%

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

#CC035D (or 0xCC035D) is known color: Razzmatazz. HEX triplet: CC, 03 and 5D. RGB value is (204,3,93). Sum of RGB (Red+Green+Blue) = 204+3+93=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC035D is #33FCA2. Grayscale: #494949. Windows color (decimal): -3407011 or 6095820. OLE color: 6095820.

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

Color convert

RGB 204 3 93 -
CMYK 0 0.99 0.54 0.2
HSL 333.13º 0.97% 0.41% -
HSV(B) 333.13º 0.99% 0.8% -
XYZ 26.91 13.69 11.58 -
YUV 73.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 204 3 93 0 0.99 0.54 0.2 333.13 0.97 0.41
Hex CC 3 5D 0 63 36 14 14D 61 29
Octal 314 3 135 0 143 66 24 515 141 51
Binary 11001100 11 1011101 0 1100011 110110 10100 101001101 1100001 101001

Color Harmonies of #CC035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC035D

Black with #CC035D

Text Example


Text Example

White with #CC035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC035D; }

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

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

background-color css

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

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

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

border-color css

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

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

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