Html Css Color HEX #CA30BE Fuchsia

📋 copy color: '#CA30BE'

red 202 ◦ green 48 ◦ blue 190

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

Shades of Fuchsia #CA30BE

Tints of Fuchsia #CA30BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 45.91%
G = 10.91%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA30BE (or 0xCA30BE) is known color: Fuchsia. HEX triplet: CA, 30 and BE. RGB value is (202,48,190). Sum of RGB (Red+Green+Blue) = 202+48+190=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 48 (19.14% from 255 or 10.91% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30BE is #35CF41. Grayscale: #6D6D6D. Windows color (decimal): -3526466 or 12464330. OLE color: 12464330.

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

Color convert

RGB 202 48 190 -
CMYK 0 0.76 0.06 0.21
HSL 304.68º 0.62% 0.49% -
HSV(B) 304.68º 0.76% 0.79% -
XYZ 34.71 18.39 50.44 -
YUV 110.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 202 48 190 0 0.76 0.06 0.21 304.68 0.62 0.49
Hex CA 30 BE 0 4C 6 15 131 3E 31
Octal 312 60 276 0 114 6 25 461 76 61
Binary 11001010 110000 10111110 0 1001100 110 10101 100110001 111110 110001

Color Harmonies of #CA30BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30BE

Black with #CA30BE

Text Example


Text Example

White with #CA30BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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