Html Css Color HEX #C925CA Deep Magenta

📋 copy color: '#C925CA'

red 201 ◦ green 37 ◦ blue 202

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

Shades of Deep Magenta #C925CA

Tints of Deep Magenta #C925CA

RGB

 RED value IS 201 (78.91% from 255) = 45.68%

 GREEN value IS 37 (14.84% from 255) = 8.41%

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

R = 45.68%
G = 8.41%
B = 45.91%

CMYK

 C value IS 0.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C925CA (or 0xC925CA) is known color: Deep Magenta. HEX triplet: C9, 25 and CA. RGB value is (201,37,202). Sum of RGB (Red+Green+Blue) = 201+37+202=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 37 (14.84% from 255 or 8.41% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #C925CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925CA is #36DA35. Grayscale: #686868. Windows color (decimal): -3594806 or 13247945. OLE color: 13247945.

HSL color Cylindrical-coordinate representation of color #C925CA: hue angle of 299.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C925CA is Cyan = 0.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 37 202 -
CMYK 0.00 0.82 0 0.21
HSL 299.64º 0.69% 0.47% -
HSV(B) 299.64º 0.82% 0.79% -
XYZ 35.41 18 57.49 -
YUV 104.85 182.83 196.58 -
System Red Green Blue C M Y K H S L
Decimal 201 37 202 0.00 0.82 0 0.21 299.64 0.69 0.47
Hex C9 25 CA 0 52 0 15 12C 45 2F
Octal 311 45 312 0 122 0 25 454 105 57
Binary 11001001 100101 11001010 0 1010010 0 10101 100101100 1000101 101111

Color Harmonies of #C925CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C925CA

Black with #C925CA

Text Example


Text Example

White with #C925CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C925CA; }

 p { color: rgb(201,37,202); }

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

background-color css

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

 a { background-color: rgb(201,37,202); }

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

border-color css

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

 span { border-color: rgb(201,37,202); }

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