Html Css Color HEX #CC62B3 Fuchsia

📋 copy color: '#CC62B3'

red 204 ◦ green 98 ◦ blue 179

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

Shades of Fuchsia #CC62B3

Tints of Fuchsia #CC62B3

RGB

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

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

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

R = 42.41%
G = 20.37%
B = 37.21%

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

#CC62B3 (or 0xCC62B3) is known color: Fuchsia. HEX triplet: CC, 62 and B3. RGB value is (204,98,179). Sum of RGB (Red+Green+Blue) = 204+98+179=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62B3 is #339D4C. Grayscale: #8A8A8A. Windows color (decimal): -3382605 or 11756236. OLE color: 11756236.

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

Color convert

RGB 204 98 179 -
CMYK 0 0.52 0.12 0.2
HSL 314.15º 0.51% 0.59% -
HSV(B) 314.15º 0.52% 0.8% -
XYZ 37.41 24.83 45.47 -
YUV 138.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 204 98 179 0 0.52 0.12 0.2 314.15 0.51 0.59
Hex CC 62 B3 0 34 C 14 13A 33 3B
Octal 314 142 263 0 64 14 24 472 63 73
Binary 11001100 1100010 10110011 0 110100 1100 10100 100111010 110011 111011

Color Harmonies of #CC62B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62B3

Black with #CC62B3

Text Example


Text Example

White with #CC62B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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