Html Css Color HEX #CC62BD Fuchsia

📋 copy color: '#CC62BD'

red 204 ◦ green 98 ◦ blue 189

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

Shades of Fuchsia #CC62BD

Tints of Fuchsia #CC62BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.49%

R = 41.55%
G = 19.96%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC62BD (or 0xCC62BD) is known color: Fuchsia. HEX triplet: CC, 62 and BD. RGB value is (204,98,189). Sum of RGB (Red+Green+Blue) = 204+98+189=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62BD is #339D42. Grayscale: #8B8B8B. Windows color (decimal): -3382595 or 12411596. OLE color: 12411596.

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

Color convert

RGB 204 98 189 -
CMYK 0 0.52 0.07 0.2
HSL 308.49º 0.51% 0.59% -
HSV(B) 308.49º 0.52% 0.8% -
XYZ 38.45 25.25 50.99 -
YUV 140.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 204 98 189 0 0.52 0.07 0.2 308.49 0.51 0.59
Hex CC 62 BD 0 34 7 14 134 33 3B
Octal 314 142 275 0 64 7 24 464 63 73
Binary 11001100 1100010 10111101 0 110100 111 10100 100110100 110011 111011

Color Harmonies of #CC62BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62BD

Black with #CC62BD

Text Example


Text Example

White with #CC62BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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