Html Css Color HEX #CC034C Razzmatazz

📋 copy color: '#CC034C'

red 204 ◦ green 3 ◦ blue 76

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

Shades of Razzmatazz #CC034C

Tints of Razzmatazz #CC034C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.86%

R = 72.08%
G = 1.06%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC034C (or 0xCC034C) is known color: Razzmatazz. HEX triplet: CC, 03 and 4C. RGB value is (204,3,76). Sum of RGB (Red+Green+Blue) = 204+3+76=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC034C is #33FCB3. Grayscale: #474747. Windows color (decimal): -3407028 or 4981708. OLE color: 4981708.

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

Color convert

RGB 204 3 76 -
CMYK 0 0.99 0.63 0.2
HSL 338.21º 0.97% 0.41% -
HSV(B) 338.21º 0.99% 0.8% -
XYZ 26.24 13.42 8.05 -
YUV 71.42 130.59 222.56 -
System Red Green Blue C M Y K H S L
Decimal 204 3 76 0 0.99 0.63 0.2 338.21 0.97 0.41
Hex CC 3 4C 0 63 3F 14 152 61 29
Octal 314 3 114 0 143 77 24 522 141 51
Binary 11001100 11 1001100 0 1100011 111111 10100 101010010 1100001 101001

Color Harmonies of #CC034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC034C

Black with #CC034C

Text Example


Text Example

White with #CC034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC034C; }

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

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

background-color css

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

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

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

border-color css

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

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

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