Html Css Color HEX #CC035C Razzmatazz

📋 copy color: '#CC035C'

red 204 ◦ green 3 ◦ blue 92

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

Shades of Razzmatazz #CC035C

Tints of Razzmatazz #CC035C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 68.23%
G = 1%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC035C (or 0xCC035C) is known color: Razzmatazz. HEX triplet: CC, 03 and 5C. RGB value is (204,3,92). Sum of RGB (Red+Green+Blue) = 204+3+92=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC035C is #33FCA3. Grayscale: #494949. Windows color (decimal): -3407012 or 6030284. OLE color: 6030284.

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

Color convert

RGB 204 3 92 -
CMYK 0 0.99 0.55 0.2
HSL 333.43º 0.97% 0.41% -
HSV(B) 333.43º 0.99% 0.8% -
XYZ 26.87 13.68 11.35 -
YUV 73.25 138.59 221.26 -
System Red Green Blue C M Y K H S L
Decimal 204 3 92 0 0.99 0.55 0.2 333.43 0.97 0.41
Hex CC 3 5C 0 63 37 14 14D 61 29
Octal 314 3 134 0 143 67 24 515 141 51
Binary 11001100 11 1011100 0 1100011 110111 10100 101001101 1100001 101001

Color Harmonies of #CC035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC035C

Black with #CC035C

Text Example


Text Example

White with #CC035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC035C; }

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

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

background-color css

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

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

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

border-color css

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

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

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