Html Css Color HEX #CC50D3 Fuchsia

📋 copy color: '#CC50D3'

red 204 ◦ green 80 ◦ blue 211

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

Shades of Fuchsia #CC50D3

Tints of Fuchsia #CC50D3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.16%

 BLUE value IS 211 (82.81% from 255) = 42.63%

R = 41.21%
G = 16.16%
B = 42.63%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC50D3 (or 0xCC50D3) is known color: Fuchsia. HEX triplet: CC, 50 and D3. RGB value is (204,80,211). Sum of RGB (Red+Green+Blue) = 204+80+211=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC50D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50D3 is #33AF2C. Grayscale: #838383. Windows color (decimal): -3387181 or 13848780. OLE color: 13848780.

HSL color Cylindrical-coordinate representation of color #CC50D3: hue angle of 296.79º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC50D3 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 80 211 -
CMYK 0.03 0.62 0 0.17
HSL 296.79º 0.6% 0.57% -
HSV(B) 296.79º 0.62% 0.83% -
XYZ 39.53 23.28 64.04 -
YUV 132.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 204 80 211 0.03 0.62 0 0.17 296.79 0.6 0.57
Hex CC 50 D3 3 3E 0 11 129 3C 39
Octal 314 120 323 3 76 0 21 451 74 71
Binary 11001100 1010000 11010011 11 111110 0 10001 100101001 111100 111001

Color Harmonies of #CC50D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50D3

Black with #CC50D3

Text Example


Text Example

White with #CC50D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50D3; }

 p { color: rgb(204,80,211); }

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

background-color css

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

 a { background-color: rgb(204,80,211); }

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

border-color css

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

 span { border-color: rgb(204,80,211); }

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