Html Css Color HEX #CC0358 Razzmatazz

📋 copy color: '#CC0358'

red 204 ◦ green 3 ◦ blue 88

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

Shades of Razzmatazz #CC0358

Tints of Razzmatazz #CC0358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.83%

R = 69.15%
G = 1.02%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC0358 (or 0xCC0358) is known color: Razzmatazz. HEX triplet: CC, 03 and 58. RGB value is (204,3,88). Sum of RGB (Red+Green+Blue) = 204+3+88=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0358 is #33FCA7. Grayscale: #484848. Windows color (decimal): -3407016 or 5768140. OLE color: 5768140.

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

Color convert

RGB 204 3 88 -
CMYK 0 0.99 0.57 0.2
HSL 334.63º 0.97% 0.41% -
HSV(B) 334.63º 0.99% 0.8% -
XYZ 26.7 13.61 10.45 -
YUV 72.79 136.59 221.59 -
System Red Green Blue C M Y K H S L
Decimal 204 3 88 0 0.99 0.57 0.2 334.63 0.97 0.41
Hex CC 3 58 0 63 39 14 14F 61 29
Octal 314 3 130 0 143 71 24 517 141 51
Binary 11001100 11 1011000 0 1100011 111001 10100 101001111 1100001 101001

Color Harmonies of #CC0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0358

Black with #CC0358

Text Example


Text Example

White with #CC0358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0358; }

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

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

background-color css

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

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

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

border-color css

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

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

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