Html Css Color HEX #CA30B0 Fuchsia

📋 copy color: '#CA30B0'

red 202 ◦ green 48 ◦ blue 176

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

Shades of Fuchsia #CA30B0

Tints of Fuchsia #CA30B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.31%

R = 47.42%
G = 11.27%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA30B0 (or 0xCA30B0) is known color: Fuchsia. HEX triplet: CA, 30 and B0. RGB value is (202,48,176). Sum of RGB (Red+Green+Blue) = 202+48+176=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA30B0 is #35CF4F. Grayscale: #6C6C6C. Windows color (decimal): -3526480 or 11546826. OLE color: 11546826.

HSL color Cylindrical-coordinate representation of color #CA30B0: hue angle of 310.13º 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 #CA30B0 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 176 -
CMYK 0 0.76 0.13 0.21
HSL 310.13º 0.62% 0.49% -
HSV(B) 310.13º 0.76% 0.79% -
XYZ 33.25 17.81 42.76 -
YUV 108.64 166.02 194.59 -
System Red Green Blue C M Y K H S L
Decimal 202 48 176 0 0.76 0.13 0.21 310.13 0.62 0.49
Hex CA 30 B0 0 4C D 15 136 3E 31
Octal 312 60 260 0 114 15 25 466 76 61
Binary 11001010 110000 10110000 0 1001100 1101 10101 100110110 111110 110001

Color Harmonies of #CA30B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30B0

Black with #CA30B0

Text Example


Text Example

White with #CA30B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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