Html Css Color HEX #CA30C3 Fuchsia

📋 copy color: '#CA30C3'

red 202 ◦ green 48 ◦ blue 195

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

Shades of Fuchsia #CA30C3

Tints of Fuchsia #CA30C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.82%

R = 45.39%
G = 10.79%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA30C3 (or 0xCA30C3) is known color: Fuchsia. HEX triplet: CA, 30 and C3. RGB value is (202,48,195). Sum of RGB (Red+Green+Blue) = 202+48+195=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30C3 is #35CF3C. Grayscale: #6E6E6E. Windows color (decimal): -3526461 or 12792010. OLE color: 12792010.

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

Color convert

RGB 202 48 195 -
CMYK 0 0.76 0.03 0.21
HSL 302.73º 0.62% 0.49% -
HSV(B) 302.73º 0.76% 0.79% -
XYZ 35.26 18.61 53.36 -
YUV 110.8 175.52 193.05 -
System Red Green Blue C M Y K H S L
Decimal 202 48 195 0 0.76 0.03 0.21 302.73 0.62 0.49
Hex CA 30 C3 0 4C 3 15 12F 3E 31
Octal 312 60 303 0 114 3 25 457 76 61
Binary 11001010 110000 11000011 0 1001100 11 10101 100101111 111110 110001

Color Harmonies of #CA30C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30C3

Black with #CA30C3

Text Example


Text Example

White with #CA30C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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