Html Css Color HEX #CA30C0 Fuchsia

📋 copy color: '#CA30C0'

red 202 ◦ green 48 ◦ blue 192

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

Shades of Fuchsia #CA30C0

Tints of Fuchsia #CA30C0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.86%

 BLUE value IS 192 (75.39% from 255) = 43.44%

R = 45.7%
G = 10.86%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA30C0 (or 0xCA30C0) is known color: Fuchsia. HEX triplet: CA, 30 and C0. RGB value is (202,48,192). Sum of RGB (Red+Green+Blue) = 202+48+192=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30C0 is #35CF3F. Grayscale: #6E6E6E. Windows color (decimal): -3526464 or 12595402. OLE color: 12595402.

HSL color Cylindrical-coordinate representation of color #CA30C0: hue angle of 303.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA30C0 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 192 -
CMYK 0 0.76 0.05 0.21
HSL 303.9º 0.62% 0.49% -
HSV(B) 303.9º 0.76% 0.79% -
XYZ 34.93 18.48 51.59 -
YUV 110.46 174.02 193.29 -
System Red Green Blue C M Y K H S L
Decimal 202 48 192 0 0.76 0.05 0.21 303.9 0.62 0.49
Hex CA 30 C0 0 4C 5 15 130 3E 31
Octal 312 60 300 0 114 5 25 460 76 61
Binary 11001010 110000 11000000 0 1001100 101 10101 100110000 111110 110001

Color Harmonies of #CA30C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30C0

Black with #CA30C0

Text Example


Text Example

White with #CA30C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30C0; }

 p { color: rgb(202,48,192); }

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

background-color css

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

 a { background-color: rgb(202,48,192); }

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

border-color css

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

 span { border-color: rgb(202,48,192); }

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