Html Css Color HEX #CC58AF Fuchsia

📋 copy color: '#CC58AF'

red 204 ◦ green 88 ◦ blue 175

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

Shades of Fuchsia #CC58AF

Tints of Fuchsia #CC58AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.84%

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 43.68%
G = 18.84%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC58AF (or 0xCC58AF) is known color: Fuchsia. HEX triplet: CC, 58 and AF. RGB value is (204,88,175). Sum of RGB (Red+Green+Blue) = 204+88+175=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC58AF is #33A750. Grayscale: #848484. Windows color (decimal): -3385169 or 11491532. OLE color: 11491532.

HSL color Cylindrical-coordinate representation of color #CC58AF: hue angle of 315º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC58AF is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 88 175 -
CMYK 0 0.57 0.14 0.2
HSL 315º 0.53% 0.57% -
HSV(B) 315º 0.57% 0.8% -
XYZ 36.13 22.91 43.08 -
YUV 132.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 204 88 175 0 0.57 0.14 0.2 315 0.53 0.57
Hex CC 58 AF 0 39 E 14 13B 35 39
Octal 314 130 257 0 71 16 24 473 65 71
Binary 11001100 1011000 10101111 0 111001 1110 10100 100111011 110101 111001

Color Harmonies of #CC58AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58AF

Black with #CC58AF

Text Example


Text Example

White with #CC58AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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