Html Css Color HEX #CA30CE Fuchsia

📋 copy color: '#CA30CE'

red 202 ◦ green 48 ◦ blue 206

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

Shades of Fuchsia #CA30CE

Tints of Fuchsia #CA30CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 44.3%
G = 10.53%
B = 45.18%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA30CE (or 0xCA30CE) is known color: Fuchsia. HEX triplet: CA, 30 and CE. RGB value is (202,48,206). Sum of RGB (Red+Green+Blue) = 202+48+206=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA30CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30CE is #35CF31. Grayscale: #6F6F6F. Windows color (decimal): -3526450 or 13512906. OLE color: 13512906.

HSL color Cylindrical-coordinate representation of color #CA30CE: hue angle of 298.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA30CE is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 48 206 -
CMYK 0.02 0.77 0 0.19
HSL 298.48º 0.62% 0.5% -
HSV(B) 298.48º 0.77% 0.81% -
XYZ 36.55 19.13 60.16 -
YUV 112.06 181.02 192.15 -
System Red Green Blue C M Y K H S L
Decimal 202 48 206 0.02 0.77 0 0.19 298.48 0.62 0.5
Hex CA 30 CE 2 4D 0 13 12A 3E 32
Octal 312 60 316 2 115 0 23 452 76 62
Binary 11001010 110000 11001110 10 1001101 0 10011 100101010 111110 110010

Color Harmonies of #CA30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30CE

Black with #CA30CE

Text Example


Text Example

White with #CA30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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