Html Css Color HEX #CC62B4 Fuchsia

📋 copy color: '#CC62B4'

red 204 ◦ green 98 ◦ blue 180

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

Shades of Fuchsia #CC62B4

Tints of Fuchsia #CC62B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 42.32%
G = 20.33%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC62B4 (or 0xCC62B4) is known color: Fuchsia. HEX triplet: CC, 62 and B4. RGB value is (204,98,180). Sum of RGB (Red+Green+Blue) = 204+98+180=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62B4 is #339D4B. Grayscale: #8A8A8A. Windows color (decimal): -3382604 or 11821772. OLE color: 11821772.

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

Color convert

RGB 204 98 180 -
CMYK 0 0.52 0.12 0.2
HSL 313.58º 0.51% 0.59% -
HSV(B) 313.58º 0.52% 0.8% -
XYZ 37.51 24.87 46 -
YUV 139.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 204 98 180 0 0.52 0.12 0.2 313.58 0.51 0.59
Hex CC 62 B4 0 34 C 14 13A 33 3B
Octal 314 142 264 0 64 14 24 472 63 73
Binary 11001100 1100010 10110100 0 110100 1100 10100 100111010 110011 111011

Color Harmonies of #CC62B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62B4

Black with #CC62B4

Text Example


Text Example

White with #CC62B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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