Html Css Color HEX #CC62AF Fuchsia

📋 copy color: '#CC62AF'

red 204 ◦ green 98 ◦ blue 175

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

Shades of Fuchsia #CC62AF

Tints of Fuchsia #CC62AF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.55%

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

R = 42.77%
G = 20.55%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC62AF (or 0xCC62AF) is known color: Fuchsia. HEX triplet: CC, 62 and AF. RGB value is (204,98,175). Sum of RGB (Red+Green+Blue) = 204+98+175=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC62AF is #339D50. Grayscale: #8A8A8A. Windows color (decimal): -3382609 or 11494092. OLE color: 11494092.

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

Color convert

RGB 204 98 175 -
CMYK 0 0.52 0.14 0.2
HSL 316.42º 0.51% 0.59% -
HSV(B) 316.42º 0.52% 0.8% -
XYZ 37.01 24.67 43.37 -
YUV 138.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 204 98 175 0 0.52 0.14 0.2 316.42 0.51 0.59
Hex CC 62 AF 0 34 E 14 13C 33 3B
Octal 314 142 257 0 64 16 24 474 63 73
Binary 11001100 1100010 10101111 0 110100 1110 10100 100111100 110011 111011

Color Harmonies of #CC62AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62AF

Black with #CC62AF

Text Example


Text Example

White with #CC62AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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