Html Css Color HEX #CA30B7 Fuchsia

📋 copy color: '#CA30B7'

red 202 ◦ green 48 ◦ blue 183

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

Shades of Fuchsia #CA30B7

Tints of Fuchsia #CA30B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.26%

R = 46.65%
G = 11.09%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA30B7 (or 0xCA30B7) is known color: Fuchsia. HEX triplet: CA, 30 and B7. RGB value is (202,48,183). Sum of RGB (Red+Green+Blue) = 202+48+183=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30B7 is #35CF48. Grayscale: #6D6D6D. Windows color (decimal): -3526473 or 12005578. OLE color: 12005578.

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

Color convert

RGB 202 48 183 -
CMYK 0 0.76 0.09 0.21
HSL 307.4º 0.62% 0.49% -
HSV(B) 307.4º 0.76% 0.79% -
XYZ 33.96 18.09 46.5 -
YUV 109.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 202 48 183 0 0.76 0.09 0.21 307.4 0.62 0.49
Hex CA 30 B7 0 4C 9 15 133 3E 31
Octal 312 60 267 0 114 11 25 463 76 61
Binary 11001010 110000 10110111 0 1001100 1001 10101 100110011 111110 110001

Color Harmonies of #CA30B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30B7

Black with #CA30B7

Text Example


Text Example

White with #CA30B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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