Html Css Color HEX #CA38CF Fuchsia

📋 copy color: '#CA38CF'

red 202 ◦ green 56 ◦ blue 207

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

Shades of Fuchsia #CA38CF

Tints of Fuchsia #CA38CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.52%

R = 43.44%
G = 12.04%
B = 44.52%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA38CF (or 0xCA38CF) is known color: Fuchsia. HEX triplet: CA, 38 and CF. RGB value is (202,56,207). Sum of RGB (Red+Green+Blue) = 202+56+207=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA38CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA38CF is #35C730. Grayscale: #747474. Windows color (decimal): -3524401 or 13580490. OLE color: 13580490.

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

Color convert

RGB 202 56 207 -
CMYK 0.02 0.73 0 0.19
HSL 298.01º 0.61% 0.52% -
HSV(B) 298.01º 0.73% 0.81% -
XYZ 37.03 19.89 60.92 -
YUV 116.87 178.87 188.72 -
System Red Green Blue C M Y K H S L
Decimal 202 56 207 0.02 0.73 0 0.19 298.01 0.61 0.52
Hex CA 38 CF 2 49 0 13 12A 3D 34
Octal 312 70 317 2 111 0 23 452 75 64
Binary 11001010 111000 11001111 10 1001001 0 10011 100101010 111101 110100

Color Harmonies of #CA38CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA38CF

Black with #CA38CF

Text Example


Text Example

White with #CA38CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA38CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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