Html Css Color HEX #CC054B Razzmatazz

📋 copy color: '#CC054B'

red 204 ◦ green 5 ◦ blue 75

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

Shades of Razzmatazz #CC054B

Tints of Razzmatazz #CC054B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.76%

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

R = 71.83%
G = 1.76%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC054B (or 0xCC054B) is known color: Razzmatazz. HEX triplet: CC, 05 and 4B. RGB value is (204,5,75). Sum of RGB (Red+Green+Blue) = 204+5+75=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC054B is #33FAB4. Grayscale: #484848. Windows color (decimal): -3406517 or 4916684. OLE color: 4916684.

HSL color Cylindrical-coordinate representation of color #CC054B: hue angle of 338.89º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC054B is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 5 75 -
CMYK 0 0.98 0.63 0.2
HSL 338.89º 0.95% 0.41% -
HSV(B) 338.89º 0.98% 0.8% -
XYZ 26.23 13.45 7.87 -
YUV 72.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 204 5 75 0 0.98 0.63 0.2 338.89 0.95 0.41
Hex CC 5 4B 0 62 3F 14 153 5F 29
Octal 314 5 113 0 142 77 24 523 137 51
Binary 11001100 101 1001011 0 1100010 111111 10100 101010011 1011111 101001

Color Harmonies of #CC054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC054B

Black with #CC054B

Text Example


Text Example

White with #CC054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC054B; }

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

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

background-color css

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

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

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

border-color css

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

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

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