Html Css Color HEX #CA38B8 Fuchsia

📋 copy color: '#CA38B8'

red 202 ◦ green 56 ◦ blue 184

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

Shades of Fuchsia #CA38B8

Tints of Fuchsia #CA38B8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.67%

 BLUE value IS 184 (72.27% from 255) = 41.63%

R = 45.7%
G = 12.67%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA38B8 (or 0xCA38B8) is known color: Fuchsia. HEX triplet: CA, 38 and B8. RGB value is (202,56,184). Sum of RGB (Red+Green+Blue) = 202+56+184=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA38B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38B8 is #35C747. Grayscale: #717171. Windows color (decimal): -3524424 or 12073162. OLE color: 12073162.

HSL color Cylindrical-coordinate representation of color #CA38B8: hue angle of 307.4º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA38B8 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 56 184 -
CMYK 0 0.72 0.09 0.21
HSL 307.4º 0.58% 0.51% -
HSV(B) 307.4º 0.72% 0.79% -
XYZ 34.42 18.85 47.17 -
YUV 114.25 167.37 190.59 -
System Red Green Blue C M Y K H S L
Decimal 202 56 184 0 0.72 0.09 0.21 307.4 0.58 0.51
Hex CA 38 B8 0 48 9 15 133 3A 33
Octal 312 70 270 0 110 11 25 463 72 63
Binary 11001010 111000 10111000 0 1001000 1001 10101 100110011 111010 110011

Color Harmonies of #CA38B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38B8

Black with #CA38B8

Text Example


Text Example

White with #CA38B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38B8; }

 p { color: rgb(202,56,184); }

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

background-color css

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

 a { background-color: rgb(202,56,184); }

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

border-color css

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

 span { border-color: rgb(202,56,184); }

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