Html Css Color HEX #CC0359 Razzmatazz

📋 copy color: '#CC0359'

red 204 ◦ green 3 ◦ blue 89

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

Shades of Razzmatazz #CC0359

Tints of Razzmatazz #CC0359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 68.92%
G = 1.01%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC0359 (or 0xCC0359) is known color: Razzmatazz. HEX triplet: CC, 03 and 59. RGB value is (204,3,89). Sum of RGB (Red+Green+Blue) = 204+3+89=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0359 is #33FCA6. Grayscale: #484848. Windows color (decimal): -3407015 or 5833676. OLE color: 5833676.

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

Color convert

RGB 204 3 89 -
CMYK 0 0.99 0.56 0.2
HSL 334.33º 0.97% 0.41% -
HSV(B) 334.33º 0.99% 0.8% -
XYZ 26.74 13.62 10.67 -
YUV 72.9 137.09 221.51 -
System Red Green Blue C M Y K H S L
Decimal 204 3 89 0 0.99 0.56 0.2 334.33 0.97 0.41
Hex CC 3 59 0 63 38 14 14E 61 29
Octal 314 3 131 0 143 70 24 516 141 51
Binary 11001100 11 1011001 0 1100011 111000 10100 101001110 1100001 101001

Color Harmonies of #CC0359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0359

Black with #CC0359

Text Example


Text Example

White with #CC0359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0359; }

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

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

background-color css

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

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

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

border-color css

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

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

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