Html Css Color HEX #CC034D Razzmatazz

📋 copy color: '#CC034D'

red 204 ◦ green 3 ◦ blue 77

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

Shades of Razzmatazz #CC034D

Tints of Razzmatazz #CC034D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.11%

R = 71.83%
G = 1.06%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC034D (or 0xCC034D) is known color: Razzmatazz. HEX triplet: CC, 03 and 4D. RGB value is (204,3,77). Sum of RGB (Red+Green+Blue) = 204+3+77=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC034D is #33FCB2. Grayscale: #474747. Windows color (decimal): -3407027 or 5047244. OLE color: 5047244.

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

Color convert

RGB 204 3 77 -
CMYK 0 0.99 0.62 0.2
HSL 337.91º 0.97% 0.41% -
HSV(B) 337.91º 0.99% 0.8% -
XYZ 26.27 13.44 8.23 -
YUV 71.54 131.09 222.48 -
System Red Green Blue C M Y K H S L
Decimal 204 3 77 0 0.99 0.62 0.2 337.91 0.97 0.41
Hex CC 3 4D 0 63 3E 14 152 61 29
Octal 314 3 115 0 143 76 24 522 141 51
Binary 11001100 11 1001101 0 1100011 111110 10100 101010010 1100001 101001

Color Harmonies of #CC034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC034D

Black with #CC034D

Text Example


Text Example

White with #CC034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC034D; }

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

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

background-color css

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

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

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

border-color css

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

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

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