Html Css Color HEX #CC58B3 Fuchsia

📋 copy color: '#CC58B3'

red 204 ◦ green 88 ◦ blue 179

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

Shades of Fuchsia #CC58B3

Tints of Fuchsia #CC58B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38%

R = 43.31%
G = 18.68%
B = 38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC58B3 (or 0xCC58B3) is known color: Fuchsia. HEX triplet: CC, 58 and B3. RGB value is (204,88,179). Sum of RGB (Red+Green+Blue) = 204+88+179=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC58B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58B3 is #33A74C. Grayscale: #848484. Windows color (decimal): -3385165 or 11753676. OLE color: 11753676.

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

Color convert

RGB 204 88 179 -
CMYK 0 0.57 0.12 0.2
HSL 312.93º 0.53% 0.57% -
HSV(B) 312.93º 0.57% 0.8% -
XYZ 36.53 23.07 45.18 -
YUV 133.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 204 88 179 0 0.57 0.12 0.2 312.93 0.53 0.57
Hex CC 58 B3 0 39 C 14 139 35 39
Octal 314 130 263 0 71 14 24 471 65 71
Binary 11001100 1011000 10110011 0 111001 1100 10100 100111001 110101 111001

Color Harmonies of #CC58B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC58B3

Black with #CC58B3

Text Example


Text Example

White with #CC58B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC58B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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