Html Css Color HEX #CC4DD3 Fuchsia

📋 copy color: '#CC4DD3'

red 204 ◦ green 77 ◦ blue 211

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

Shades of Fuchsia #CC4DD3

Tints of Fuchsia #CC4DD3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.65%

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

R = 41.46%
G = 15.65%
B = 42.89%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CC4DD3 (or 0xCC4DD3) is known color: Fuchsia. HEX triplet: CC, 4D and D3. RGB value is (204,77,211). Sum of RGB (Red+Green+Blue) = 204+77+211=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC4DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DD3 is #33B22C. Grayscale: #818181. Windows color (decimal): -3387949 or 13848012. OLE color: 13848012.

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

Color convert

RGB 204 77 211 -
CMYK 0.03 0.64 0 0.17
HSL 296.87º 0.6% 0.56% -
HSV(B) 296.87º 0.64% 0.83% -
XYZ 39.31 22.85 63.97 -
YUV 130.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 204 77 211 0.03 0.64 0 0.17 296.87 0.6 0.56
Hex CC 4D D3 3 40 0 11 129 3C 38
Octal 314 115 323 3 100 0 21 451 74 70
Binary 11001100 1001101 11010011 11 1000000 0 10001 100101001 111100 111000

Color Harmonies of #CC4DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4DD3

Black with #CC4DD3

Text Example


Text Example

White with #CC4DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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