Html Css Color HEX #CC62BA Fuchsia

📋 copy color: '#CC62BA'

red 204 ◦ green 98 ◦ blue 186

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

Shades of Fuchsia #CC62BA

Tints of Fuchsia #CC62BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 41.8%
G = 20.08%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC62BA (or 0xCC62BA) is known color: Fuchsia. HEX triplet: CC, 62 and BA. RGB value is (204,98,186). Sum of RGB (Red+Green+Blue) = 204+98+186=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62BA is #339D45. Grayscale: #8B8B8B. Windows color (decimal): -3382598 or 12214988. OLE color: 12214988.

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

Color convert

RGB 204 98 186 -
CMYK 0 0.52 0.09 0.2
HSL 310.19º 0.51% 0.59% -
HSV(B) 310.19º 0.52% 0.8% -
XYZ 38.13 25.12 49.29 -
YUV 139.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 204 98 186 0 0.52 0.09 0.2 310.19 0.51 0.59
Hex CC 62 BA 0 34 9 14 136 33 3B
Octal 314 142 272 0 64 11 24 466 63 73
Binary 11001100 1100010 10111010 0 110100 1001 10100 100110110 110011 111011

Color Harmonies of #CC62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62BA

Black with #CC62BA

Text Example


Text Example

White with #CC62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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