Html Css Color HEX #CA4AD0 Fuchsia

📋 copy color: '#CA4AD0'

red 202 ◦ green 74 ◦ blue 208

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

Shades of Fuchsia #CA4AD0

Tints of Fuchsia #CA4AD0

RGB

 RED value IS 202 (79.3% from 255) = 41.74%

 GREEN value IS 74 (29.3% from 255) = 15.29%

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 41.74%
G = 15.29%
B = 42.98%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA4AD0 (or 0xCA4AD0) is known color: Fuchsia. HEX triplet: CA, 4A and D0. RGB value is (202,74,208). Sum of RGB (Red+Green+Blue) = 202+74+208=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA4AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AD0 is #35B52F. Grayscale: #7F7F7F. Windows color (decimal): -3519792 or 13650634. OLE color: 13650634.

HSL color Cylindrical-coordinate representation of color #CA4AD0: hue angle of 297.31º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4AD0 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 74 208 -
CMYK 0.03 0.64 0 0.18
HSL 297.31º 0.59% 0.55% -
HSV(B) 297.31º 0.64% 0.82% -
XYZ 38.19 22.01 61.91 -
YUV 127.55 173.41 181.1 -
System Red Green Blue C M Y K H S L
Decimal 202 74 208 0.03 0.64 0 0.18 297.31 0.59 0.55
Hex CA 4A D0 3 40 0 12 129 3B 37
Octal 312 112 320 3 100 0 22 451 73 67
Binary 11001010 1001010 11010000 11 1000000 0 10010 100101001 111011 110111

Color Harmonies of #CA4AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4AD0

Black with #CA4AD0

Text Example


Text Example

White with #CA4AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4AD0; }

 p { color: rgb(202,74,208); }

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

background-color css

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

 a { background-color: rgb(202,74,208); }

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

border-color css

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

 span { border-color: rgb(202,74,208); }

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