Html Css Color HEX #CC034B Razzmatazz

📋 copy color: '#CC034B'

red 204 ◦ green 3 ◦ blue 75

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

Shades of Razzmatazz #CC034B

Tints of Razzmatazz #CC034B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 72.34%
G = 1.06%
B = 26.6%

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

#CC034B (or 0xCC034B) is known color: Razzmatazz. HEX triplet: CC, 03 and 4B. RGB value is (204,3,75). Sum of RGB (Red+Green+Blue) = 204+3+75=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC034B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC034B is #33FCB4. Grayscale: #474747. Windows color (decimal): -3407029 or 4916172. OLE color: 4916172.

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

Color convert

RGB 204 3 75 -
CMYK 0 0.99 0.63 0.2
HSL 338.51º 0.97% 0.41% -
HSV(B) 338.51º 0.99% 0.8% -
XYZ 26.2 13.41 7.86 -
YUV 71.31 130.09 222.65 -
System Red Green Blue C M Y K H S L
Decimal 204 3 75 0 0.99 0.63 0.2 338.51 0.97 0.41
Hex CC 3 4B 0 63 3F 14 153 61 29
Octal 314 3 113 0 143 77 24 523 141 51
Binary 11001100 11 1001011 0 1100011 111111 10100 101010011 1100001 101001

Color Harmonies of #CC034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC034B

Black with #CC034B

Text Example


Text Example

White with #CC034B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC034B; }

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

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

background-color css

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

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

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

border-color css

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

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

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